Change a reachable unreachable to a fatal error.
[oota-llvm.git] / test / Bitcode / invalid.test
index 7a2dbdcc1b3b183df35c8e3a409f8d10efb78ed9..f609d043df4b71115433909578aaeddcc8e7c998 100644 (file)
@@ -157,3 +157,8 @@ RUN: not llvm-dis -disable-output %p/Inputs/invalid-function-argument-type.bc 2>
 RUN:   FileCheck --check-prefix=INVALID-ARGUMENT-TYPE %s
 
 INVALID-ARGUMENT-TYPE: Invalid function argument type
+
+RUN: not llvm-dis -disable-output %p/Inputs/invalid-fixme-streaming-blob.bc 2>&1 | \
+RUN:   FileCheck --check-prefix=STREAMING-BLOB %s
+
+STREAMING-BLOB: getPointer in streaming memory objects not allowed