Update symbol-table/tests/mod.rs

Co-authored-by: Howard Wu <9260812+howardwu@users.noreply.github.com>
This commit is contained in:
Collin Chin 2020-11-12 15:49:40 -08:00 committed by GitHub
parent d3ab32822e
commit ec3e698b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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