Home
last modified time | relevance | path

Searched refs:fifo2 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp105 const path fifo2 = env.create_fifo("fifo2"); in TEST_CASE() local
109 TEST_CHECK(!equivalent(fifo2, file)); in TEST_CASE()
110 TEST_CHECK(!equivalent(fifo1, fifo2)); in TEST_CASE()