about summary refs log tree commit diff
path: root/src/test/ui/ast-json/ast-json-output.rs
blob: 2e009149ed68d3c38edbe621a0a81f3a3c5ce3c3 (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
// normalize-stdout-test ":\d+" -> ":0"

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