mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-29 11:43:28 +03:00
Update symbol-table/tests/mod.rs
Co-authored-by: Howard Wu <9260812+howardwu@users.noreply.github.com>
This commit is contained in:
parent
d3ab32822e
commit
ec3e698b0c
@ -41,7 +41,7 @@ impl TestSymbolTable {
|
||||
// Get test file path.
|
||||
let file_path = PathBuf::from(TEST_PROGRAM_PATH);
|
||||
|
||||
// Get parser syntax tree
|
||||
// Get parser syntax tree.
|
||||
let grammar = Grammar::new(&file_path, &*file_string).unwrap();
|
||||
|
||||
// Get Leo syntax tree
|
||||
|
Loading…
Reference in New Issue
Block a user