summaryrefslogtreecommitdiff
path: root/databases/foundationdb/files/patch-fdbrpc_AsyncFileCached.actor.h
blob: ed2addfc30e143cc5bc9f13aef0b74d724b9c0b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- fdbrpc/AsyncFileCached.actor.h.orig	2018-04-28 14:44:18 UTC
+++ fdbrpc/AsyncFileCached.actor.h
@@ -450,7 +450,7 @@ struct AFCPage : public EvictablePage, p
 
 	virtual ~AFCPage() {
 		clearDirty();
-		ASSERT( flushableIndex == -1 );
+		ASSERT_ABORT( flushableIndex == -1 );
 	}
 
 	void setDirty() {