From 310b9fc76002066feb89dcfbf8e88b34fe5f4ad3 Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Fri, 2 Aug 2019 00:26:40 +0300 Subject: libsyntax: Unconfigure tests during normal build --- src/libsyntax/ast/tests.rs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/libsyntax/ast/tests.rs (limited to 'src/libsyntax/ast') diff --git a/src/libsyntax/ast/tests.rs b/src/libsyntax/ast/tests.rs new file mode 100644 index 00000000000..7558e9cc3a3 --- /dev/null +++ b/src/libsyntax/ast/tests.rs @@ -0,0 +1,8 @@ +use super::*; + +// Are ASTs encodable? +#[test] +fn check_asts_encodable() { + fn assert_encodable() {} + assert_encodable::(); +} -- cgit 1.4.1-3-g733a5