about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rw-r--r--test/Feature/FunctionAlias.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Feature/FunctionAlias.c b/test/Feature/FunctionAlias.c
index e1d11d8c..c48b20f2 100644
--- a/test/Feature/FunctionAlias.c
+++ b/test/Feature/FunctionAlias.c
@@ -38,6 +38,8 @@
 
 // CHECK-TYPE-MISMATCH: KLEE: WARNING: function-alias: @{{[a-z0-9]+}} could not be replaced with @{{[a-z0-9]+}}
 
+// CHECK-UNKNOWN: KLEE: ERROR: function-alias: replacement function @unknownfunction could not be found
+
 // CHECK-SUCCESS: KLEE: function-alias: replaced @twoints with @twointsmul
 
 // CHECK-REGEX-NO-MATCH: KLEE: ERROR: function-alias: no (replacable) match for 'xxx.*' found