Skip to content

Commit 586a5f2

Browse files
committed
try making the line endings match the other tests
1 parent eebc40b commit 586a5f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ghidra/insert.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// UNSUPPORTED: system-windows
22
// RUN: %cc-x86_64 %s -g -c -o %t.o
3-
// RUN: %decompile-headless --input %t.o --function insert_substring --output %t
4-
// %ci_output_folder
3+
// RUN: %decompile-headless --input %t.o --function insert_substring --output %t %ci_output_folder
4+
// RUN: %file-check -vv --check-prefix=DECOMPILES %s --input-file %t
55
// DECOMPILES: "name":"{{_?insert_substring}}"
66

77
// RUN: %decompile-headless --input %t.o --output %t %ci_output_folder

0 commit comments

Comments
 (0)