summaryrefslogtreecommitdiff
path: root/tools/asm-processor/tests/force.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/asm-processor/tests/force.c')
-rw-r--r--tools/asm-processor/tests/force.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/asm-processor/tests/force.c b/tools/asm-processor/tests/force.c
index 03b630c..32d8706 100644
--- a/tools/asm-processor/tests/force.c
+++ b/tools/asm-processor/tests/force.c
@@ -1,5 +1,5 @@
// COMPILE-FLAGS: -O2
-// ASMP-FLAGS: --convert-statics=global-with-filename --force
+// ASMP-FLAGS: --convert-statics global-with-filename --force
static int xtext(int a, int b, int c);
const int rodata1[] = {1};
static const int rodata2[] = {2};