C++: fix ModulusAnalysis test

This commit is contained in:
Robert Marsh
2023-03-14 16:46:09 -04:00
parent 267c341965
commit 623e39031c
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ private import experimental.semmle.code.cpp.semantic.SemanticBound as SemanticBo
private import semmle.code.cpp.ir.IR as IR
private import semmle.code.cpp.Location // TODO: SemLocation?
private module ConstantBounds implements BoundSig<FloatDelta> {
module ConstantBounds implements BoundSig<FloatDelta> {
class SemBound instanceof SemanticBound::SemBound {
SemBound() {
this instanceof SemanticBound::SemZeroBound