mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 11:43:39 -04:00
11 lines
257 B
JavaScript
11 lines
257 B
JavaScript
const QUERY = 'macro:print';
|
|
|
|
const EXPECTED = {
|
|
'others': [
|
|
{ 'path': 'std', 'name': 'print' },
|
|
{ 'path': 'std', 'name': 'println' },
|
|
{ 'path': 'std', 'name': 'eprint' },
|
|
{ 'path': 'std', 'name': 'eprintln' },
|
|
],
|
|
};
|