aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/X86/validate-inst-intel.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/X86/validate-inst-intel.s')
-rw-r--r--test/MC/X86/validate-inst-intel.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/MC/X86/validate-inst-intel.s b/test/MC/X86/validate-inst-intel.s
new file mode 100644
index 0000000..9a7d122
--- /dev/null
+++ b/test/MC/X86/validate-inst-intel.s
@@ -0,0 +1,9 @@
+# RUN: not llvm-mc -x86-asm-syntax intel -triple i686 -filetype asm -o /dev/null %s 2>&1 \
+# RUN: | FileCheck %s
+
+ .text
+ int 65535
+# CHECK: error: interrupt vector must be in range [0-255]
+# CHECK: int 65535
+# CHECK: ^
+