Skip to content

Commit dbf91f4

Browse files
committed
Fix misalignments in Jamfile
1 parent da8ea58 commit dbf91f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Jamfile.v2

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ alias unit_test_framework
4141

4242
[ run ordered_test.cpp unit_test_framework : : : : ordered_test ]
4343
[ 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 ]
4646
[ run iota_test1.cpp unit_test_framework : : : : iota_test1 ]
4747

4848
[ run is_permutation_test1.cpp unit_test_framework : : : : is_permutation_test1 ]
@@ -88,7 +88,7 @@ alias unit_test_framework
8888
# Apply_permutation tests
8989
[ run apply_permutation_test.cpp unit_test_framework : : : : apply_permutation_test ]
9090
# 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 ]
9292
[ run find_backward_test.cpp unit_test_framework : : : : find_backward_test ]
9393
;
9494
}

0 commit comments

Comments
 (0)