[Sanitizer] Fix test
authorJulian Lettner <jlettner@apple.com>
Fri, 26 Apr 2019 18:39:02 +0000 (18:39 +0000)
committerJulian Lettner <jlettner@apple.com>
Fri, 26 Apr 2019 18:39:02 +0000 (18:39 +0000)
commit74967cb4e04c9899601b8c84901e99e797d49135
treee5f44f8e327ab2c9c63c7bb5f09d0e0581adc858
parentd0e583001720a2ee4b9cad5296a4590def503328
[Sanitizer] Fix test

I broke the build, panicked and applied the wrong fix in my previous
commit. The ASSERT was obsolete, but not the call INTERCEPT_FUNCTION.

llvm-svn: 359336
compiler-rt/lib/interception/tests/interception_linux_test.cc