aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/bpf/alu-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.target/bpf/alu-2.c')
-rw-r--r--gcc/testsuite/gcc.target/bpf/alu-2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/bpf/alu-2.c b/gcc/testsuite/gcc.target/bpf/alu-2.c
index 0444a9bc68a..1a8f2af9b26 100644
--- a/gcc/testsuite/gcc.target/bpf/alu-2.c
+++ b/gcc/testsuite/gcc.target/bpf/alu-2.c
@@ -1,6 +1,6 @@
/* Check add and sub instructions. */
/* { dg-do compile } */
-/* { dg-options "" } */
+/* { dg-options "-masm=normal" } */
long foo (long x, long y)
{