Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbs96 committed Dec 15, 2024
1 parent 2335d4e commit c9d9ba1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions unittests/PhasarLLVM/DataFlow/IfdsIde/SparseIDESolverTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,10 @@
#include "phasar/PhasarLLVM/TypeHierarchy/LLVMTypeHierarchy.h"
#include "phasar/PhasarLLVM/Utils/LLVMShorthands.h"
#include "phasar/Utils/Soundness.h"
#include "phasar/Utils/TypeTraits.h"

#include "TestConfig.h"
#include "gtest/gtest.h"

#include <memory>
#include <tuple>

using namespace psr;
namespace {
/* ============== TEST FIXTURE ============== */
Expand Down Expand Up @@ -67,8 +63,8 @@ TEST_P(LinearConstant, SparseResultsEquivalent) {
<< "At " << llvmIRToString(Cell.getRowKey())
<< " :: " << llvmIRToShortString(Cell.getColumnKey());
}

// TODO: Check for existing results
// Note: Do not check for equivalence, because SparseIDE is *expected* to
// compute less (N, D) results than vanilla IDE.
}

static LLVMTaintConfig getDoubleFreeConfig() {
Expand Down

0 comments on commit c9d9ba1

Please sign in to comment.