Skip to content

Commit 7ec611d

Browse files
author
Snehasish Kumar
committed
Drop the temp log file in the test
1 parent 5abf28d commit 7ec611d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler-rt/test/memprof/TestCases/memprof_histogram_uint8.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
// aggregating counts across multiple objects are 64b.
44

55
// RUN: %clangxx_memprof -O0 -mllvm -memprof-histogram -mllvm -memprof-use-callbacks=true %s -o %t
6-
// RUN: %env_memprof_opts=print_text=1:histogram=1:log_path=stdout %run %t 2>&1 > /tmp/test.log
7-
// RUN: cat /tmp/test.log | FileCheck %s
6+
// RUN: %env_memprof_opts=print_text=1:histogram=1:log_path=stdout %run %t 2>&1 | FileCheck %s
87

98
#include <stdio.h>
109
#include <stdlib.h>

0 commit comments

Comments
 (0)