
This patch does not do anything, but paves the way for future changes, where %run command will be expanded into a script performing the testing on device. Differential Revision: https://reviews.llvm.org/D46553 llvm-svn: 332144
3 lines
153 B
Plaintext
3 lines
153 B
Plaintext
RUN: %cpp_compiler %S/CustomCrossOverAndMutateTest.cpp -o %t-CustomCrossOverAndMutateTest
|
|
RUN: %run %t-CustomCrossOverAndMutateTest -seed=1 -runs=100000
|