summaryrefslogtreecommitdiff
path: root/tests/get.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/get.rs')
-rw-r--r--tests/get.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/get.rs b/tests/get.rs
index 76827ca..efa4198 100644
--- a/tests/get.rs
+++ b/tests/get.rs
@@ -45,4 +45,5 @@ fn trybuild() {
let tests = trybuild::TestCases::new();
tests.compile_fail(testcase!("unit-struct.rs"));
tests.compile_fail(testcase!("tuple-struct-without-attribute.rs"));
+ tests.compile_fail(testcase!("invalid-attribute.rs"));
}