File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99// REQUIRES: c++20
1010// clang-format off
11- // RUN: nvq++ %s -o %t -- target infleqtion --emulate && %t | FileCheck %s
11+ // RUN: nvq++ -- target infleqtion --emulate %s -o %t && %t | FileCheck %s
1212// RUN: nvq++ --target iqm --emulate %s -o %t && IQM_QPU_QA=%iqm_tests_dir/Crystal_20.txt %t | FileCheck %s
13- // RUN: nvq++ %s -o %t -- target quantinuum --emulate && %t | FileCheck %s
13+ // RUN: nvq++ -- target quantinuum --emulate %s -o %t && %t | FileCheck %s
1414// RUN: if %braket_avail; \
15- // RUN: then nvq++ %s -o %t -- target braket --emulate && %t | FileCheck %s; fi
15+ // RUN: then nvq++ -- target braket --emulate %s -o %t && %t | FileCheck %s; fi
1616// RUN: if %qci_avail; \
1717// RUN: then nvq++ --target qci --emulate %s -o %t && %t | FileCheck %s; fi
1818// clang-format on
You can’t perform that action at this time.
0 commit comments