Skip to content

Commit 12739bb

Browse files
committed
Fix test SConstruct formatting
1 parent cddeec3 commit 12739bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/CompilationDatabase/fixture/SConstruct

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ env.CompilationDatabase(target='compile_commands_target_over_abs.json', COMPILAT
2727
# Should be relative paths
2828
env.CompilationDatabase('compile_commands_over_rel.json', COMPILATIONDB_USE_ABSPATH=False)
2929

30-
3130
# Try 1/0 for COMPILATIONDB_USE_ABSPATH
3231
env.CompilationDatabase('compile_commands_over_abs_1.json', COMPILATIONDB_USE_ABSPATH=1)
3332
env.CompilationDatabase('compile_commands_over_abs_0.json', COMPILATIONDB_USE_ABSPATH=0)
3433

35-
3634
env.Program('main', 'test_main.c')

0 commit comments

Comments
 (0)