mirror of
https://github.com/github/codeql.git
synced 2026-02-19 08:23:45 +01:00
Fix name of table for locations
This commit is contained in:
@@ -483,7 +483,7 @@ impl fmt::Display for TrapEntry {
|
||||
},
|
||||
TrapEntry::Located(args) => write!(
|
||||
f,
|
||||
"location({}, {}, {}, {}, {}, {})",
|
||||
"locations_default({}, {}, {}, {}, {}, {})",
|
||||
args.get(0).unwrap(),
|
||||
args.get(1).unwrap(),
|
||||
args.get(2).unwrap(),
|
||||
|
||||
Reference in New Issue
Block a user