We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebc40b commit 586a5f2Copy full SHA for 586a5f2
test/ghidra/insert.c
@@ -1,7 +1,7 @@
1
// UNSUPPORTED: system-windows
2
// 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
+// RUN: %decompile-headless --input %t.o --function insert_substring --output %t %ci_output_folder
+// RUN: %file-check -vv --check-prefix=DECOMPILES %s --input-file %t
5
// DECOMPILES: "name":"{{_?insert_substring}}"
6
7
// RUN: %decompile-headless --input %t.o --output %t %ci_output_folder
0 commit comments