aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuliano Procida <gprocida@google.com>2023-11-16 14:29:22 +0000
committerGiuliano Procida <gprocida@google.com>2023-11-20 12:58:44 +0000
commita1872f2d23ebe2e70fefa2eb0a2948b4ee6e531a (patch)
treed4f009561027018001ea6ebcf2478303b095adde
parente464e3e1f310d835b9ba6f29d758fdbe8d2ec7e2 (diff)
downloadstg-a1872f2d23ebe2e70fefa2eb0a2948b4ee6e531a.tar.gz
stgdiff tests: remove SKIP_DWARF reader option
This made no difference and was not needed. PiperOrigin-RevId: 583023304 Change-Id: I9baefec604ab214ae1a3cfd4abe32b0b77ef43fe
-rw-r--r--stgdiff_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/stgdiff_test.cc b/stgdiff_test.cc
index 72c63d8..a09a868 100644
--- a/stgdiff_test.cc
+++ b/stgdiff_test.cc
@@ -51,9 +51,8 @@ std::string filename_to_path(const std::string& f) {
stg::Id Read(stg::Graph& graph, stg::InputFormat format,
const std::string& input, stg::Metrics& metrics) {
- const stg::ReadOptions opt_read_options(stg::ReadOptions::SKIP_DWARF);
return stg::Read(graph, format, filename_to_path(input).c_str(),
- opt_read_options, nullptr, metrics);
+ stg::ReadOptions(), nullptr, metrics);
}
TEST_CASE("ignore") {