File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ alias unit_test_framework
41
41
42
42
[ run ordered_test.cpp unit_test_framework : : : : ordered_test ]
43
43
[ run find_if_not_test1.cpp unit_test_framework : : : : find_if_not_test1 ]
44
- [ run copy_if_test1.cpp unit_test_framework : : : : copy_if_test1 ]
45
- [ run copy_n_test1.cpp unit_test_framework : : : : copy_n_test1 ]
44
+ [ run copy_if_test1.cpp unit_test_framework : : : : copy_if_test1 ]
45
+ [ run copy_n_test1.cpp unit_test_framework : : : : copy_n_test1 ]
46
46
[ run iota_test1.cpp unit_test_framework : : : : iota_test1 ]
47
47
48
48
[ run is_permutation_test1.cpp unit_test_framework : : : : is_permutation_test1 ]
@@ -88,7 +88,7 @@ alias unit_test_framework
88
88
# Apply_permutation tests
89
89
[ run apply_permutation_test.cpp unit_test_framework : : : : apply_permutation_test ]
90
90
# Find tests
91
- [ run find_not_test.cpp unit_test_framework : : : : find_not_test ]
91
+ [ run find_not_test.cpp unit_test_framework : : : : find_not_test ]
92
92
[ run find_backward_test.cpp unit_test_framework : : : : find_backward_test ]
93
93
;
94
94
}
You can’t perform that action at this time.
0 commit comments