about summary refs log tree commit diff
path: root/src/test/ui/ast-json/ast-json-noexpand-output.rs
blob: cba539f0065393ccc2ee66d3ae637e56b585cc2a (plain)
1
2
3
4
5
6
7
8
9
10
// Check that AST json printing works.
#![crate_type = "lib"]

// check-pass
// compile-flags: -Zast-json-noexpand
// normalize-stdout-test ":\d+" -> ":0"

// Only include a single item to reduce how often the test output needs
// updating.
extern crate core;